Displays a menu.
menu [text]
Use menudefault to set a time delayed default option.
Lines that begin with 1? will only be processed if the user presses 1.
Lines beginning with 23? will be loaded if the user presses either 2 or 3.
MENU Please Select Configuration: MENU MENU Option 0 basic stuff only MENU Option 1 CD-ROM MENU Option 2 TROUSERS MENU Option 3 CD-ROM and TROUSERS 13? DEVICE=CDROM.SYS /D:CDDRIVE1 23? DEVICE=TROUSERS.SYS 0? ECHO Warning: basic stuff only!
IF "%config%"=="1" SHSUCDX /D:CDDRIVE1
menudefault config.sys